home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0051.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  614 b   |  15 lines

  1.  
  2. You may want to look into a way of doing things that doesn't use EVERY ...
  3. PROC commands.  Maybe use Timer to tell when 25 vbls has gone by, and then
  4. call MOVE.  I had fairly major problems when I was using Every ... Gosub.
  5.  
  6. But first, remember that making a String GLOBAL is NOT a good idea.  The
  7. String system in Amos isn't perfect, and it is very bad when you Globalise
  8. Strings.  Sharing them is not as bad, but generaly not using Strings in
  9. Procedures is best.  (Use subroutines if they're going to need a lot of
  10. variables from the main program anyway)
  11.  
  12. Seumas @ Dark Unicorn Productions
  13. (sfmcnally@bix.com)
  14.  
  15.